Vcenter VmTemplate LibraryItems Info
The Vcenter VmTemplate LibraryItems Info schema contains information about a virtual machine template item in content library.
This schema was added in vSphere API 6.8.
{
"guest_os": "string",
"cpu": {
"count": 0,
"cores_per_socket": 0
},
"memory": {
"size_mib": 0
},
"vm_home_storage": {
"datastore": "string",
"storage_policy": "string"
},
"disks": {
"disks": {
"capacity": 0,
"disk_storage": {
"datastore": "string",
"storage_policy": "string"
}
}
},
"nics": {
"nics": {
"backing_type": "string",
"mac_type": "string",
"network": "string"
}
},
"vm_template": "string"
}
Configured guest operating system of the virtual machine template.
For more information see: Vcenter Vm GuestOS.
This property was added in vSphere API 6.8.
CPU configuration of the virtual machine template.
This property was added in vSphere API 6.8.
Memory configuration of the virtual machine template.
This property was added in vSphere API 6.8.
Storage information about the virtual machine template's configuration and log files.
This property was added in vSphere API 6.8.
Storage information about the virtual machine template's virtual disks.
This property was added in vSphere API 6.8.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk
. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk
.
Information about the virtual machine template's virtual ethernet adapters.
This property was added in vSphere API 6.8.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Ethernet
. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Ethernet
.
Identifier of the latest virtual machine template contained in the library item. This property is the managed object identifier used to identify the virtual machine template in the vSphere Management (SOAP) API.
This property was added in vSphere API 6.8.